﻿2026-06-21T08:16:18.4616206Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-21T08:16:18.4616570Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-21T08:16:18.4616808Z [36;1m$PIN = "0c95435"[0m
2026-06-21T08:16:18.4617036Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-21T08:16:18.4617310Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-21T08:16:18.4617695Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-21T08:16:18.4618095Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-21T08:16:18.4618446Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-21T08:16:18.4618726Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-21T08:16:18.4618979Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-21T08:16:18.4619267Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-21T08:16:18.4619580Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-21T08:16:18.4619899Z [36;1m}[0m
2026-06-21T08:16:18.4620091Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-21T08:16:18.4620378Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T08:16:18.4696873Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T08:16:18.4697154Z ##[endgroup]
2026-06-21T08:16:19.4812079Z    Compiling proc-macro2 v1.0.106
2026-06-21T08:16:19.4812458Z    Compiling quote v1.0.45
2026-06-21T08:16:19.4812694Z    Compiling unicode-ident v1.0.24
2026-06-21T08:16:19.4812920Z    Compiling cfg-if v1.0.4
2026-06-21T08:16:19.4813183Z    Compiling serde_core v1.0.228
2026-06-21T08:16:19.4813467Z    Compiling serde v1.0.228
2026-06-21T08:16:19.4813834Z    Compiling windows-link v0.2.1
2026-06-21T08:16:19.4814327Z    Compiling typenum v1.20.1
2026-06-21T08:16:19.4814723Z    Compiling getrandom v0.3.4
2026-06-21T08:16:19.4815154Z    Compiling portable-atomic v1.13.1
2026-06-21T08:16:19.4815698Z    Compiling pin-project-lite v0.2.17
2026-06-21T08:16:19.4816128Z    Compiling version_check v0.9.5
2026-06-21T08:16:19.4816528Z    Compiling shlex v2.0.1
2026-06-21T08:16:19.4817046Z    Compiling memchr v2.8.1
2026-06-21T08:16:19.4818633Z    Compiling find-msvc-tools v0.1.9
2026-06-21T08:16:19.4819413Z    Compiling critical-section v1.2.0
2026-06-21T08:16:19.5837236Z    Compiling windows-sys v0.61.2
2026-06-21T08:16:19.6130536Z    Compiling subtle v2.6.1
2026-06-21T08:16:19.6131438Z    Compiling futures-core v0.3.32
2026-06-21T08:16:19.6204494Z    Compiling equivalent v1.0.2
2026-06-21T08:16:19.6772318Z    Compiling smallvec v1.15.1
2026-06-21T08:16:19.7400711Z    Compiling itoa v1.0.18
2026-06-21T08:16:19.8202372Z    Compiling bytes v1.11.1
2026-06-21T08:16:19.8202949Z    Compiling semver v1.0.28
2026-06-21T08:16:19.8486107Z    Compiling stable_deref_trait v1.2.1
2026-06-21T08:16:19.8774465Z    Compiling log v0.4.32
2026-06-21T08:16:19.9439024Z    Compiling generic-array v0.14.7
2026-06-21T08:16:19.9439705Z    Compiling futures-sink v0.3.32
2026-06-21T08:16:20.0146275Z    Compiling rustc_version v0.4.1
2026-06-21T08:16:20.0698482Z    Compiling slab v0.4.12
2026-06-21T08:16:20.0834040Z    Compiling futures-io v0.3.32
2026-06-21T08:16:20.1176040Z    Compiling futures-channel v0.3.32
2026-06-21T08:16:20.1517900Z    Compiling hashbrown v0.17.1
2026-06-21T08:16:20.1685621Z    Compiling rustversion v1.0.22
2026-06-21T08:16:20.4381274Z    Compiling futures-task v0.3.32
2026-06-21T08:16:20.4410405Z    Compiling getrandom v0.2.17
2026-06-21T08:16:20.4561784Z    Compiling cpufeatures v0.2.17
2026-06-21T08:16:20.5326909Z    Compiling fnv v1.0.7
2026-06-21T08:16:20.5362105Z    Compiling libc v0.2.186
2026-06-21T08:16:20.5830998Z    Compiling strsim v0.11.1
2026-06-21T08:16:20.5832352Z    Compiling cfg_aliases v0.2.1
2026-06-21T08:16:20.6234271Z    Compiling rand_core v0.10.1
2026-06-21T08:16:20.8101602Z    Compiling indexmap v2.14.0
2026-06-21T08:16:21.7314661Z    Compiling writeable v0.6.3
2026-06-21T08:16:21.7759403Z    Compiling jobserver v0.1.34
2026-06-21T08:16:21.8378290Z    Compiling autocfg v1.5.1
2026-06-21T08:16:21.8409479Z    Compiling litemap v0.8.2
2026-06-21T08:16:21.8419928Z    Compiling dunce v1.0.5
2026-06-21T08:16:21.8629319Z    Compiling fs_extra v1.3.0
2026-06-21T08:16:21.8888761Z    Compiling icu_properties_data v2.2.0
2026-06-21T08:16:21.9604382Z    Compiling ident_case v1.0.1
2026-06-21T08:16:21.9730242Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T08:16:22.0512374Z    Compiling cc v1.2.63
2026-06-21T08:16:22.0902871Z    Compiling utf8_iter v1.0.4
2026-06-21T08:16:22.1136269Z    Compiling getrandom v0.4.2
2026-06-21T08:16:22.1560508Z    Compiling percent-encoding v2.3.2
2026-06-21T08:16:22.2460286Z    Compiling http v1.4.1
2026-06-21T08:16:22.2812747Z    Compiling cpufeatures v0.3.0
2026-06-21T08:16:22.3529725Z    Compiling unicode-segmentation v1.13.3
2026-06-21T08:16:22.3870376Z    Compiling thiserror v2.0.18
2026-06-21T08:16:22.3883455Z    Compiling aws-lc-rs v1.17.0
2026-06-21T08:16:22.4420556Z    Compiling syn v2.0.117
2026-06-21T08:16:22.4780374Z    Compiling crypto-common v0.1.7
2026-06-21T08:16:22.5476873Z    Compiling scopeguard v1.2.0
2026-06-21T08:16:22.5509030Z    Compiling block-buffer v0.10.4
2026-06-21T08:16:22.5756424Z    Compiling chacha20 v0.10.0
2026-06-21T08:16:22.5952333Z    Compiling form_urlencoded v1.2.2
2026-06-21T08:16:22.6009369Z    Compiling winapi v0.3.9
2026-06-21T08:16:22.6111056Z    Compiling bitflags v2.12.1
2026-06-21T08:16:22.6187769Z    Compiling untrusted v0.9.0
2026-06-21T08:16:22.6564379Z    Compiling lock_api v0.4.14
2026-06-21T08:16:22.7005763Z    Compiling digest v0.10.7
2026-06-21T08:16:22.7527932Z    Compiling num-traits v0.2.19
2026-06-21T08:16:22.7689561Z    Compiling windows-result v0.4.1
2026-06-21T08:16:22.8154181Z    Compiling rand v0.10.1
2026-06-21T08:16:22.8321539Z    Compiling windows-strings v0.5.1
2026-06-21T08:16:22.8580373Z    Compiling rustls v0.23.40
2026-06-21T08:16:22.8840117Z    Compiling heck v0.5.0
2026-06-21T08:16:22.8900360Z    Compiling convert_case v0.10.0
2026-06-21T08:16:22.9464216Z    Compiling cmake v0.1.58
2026-06-21T08:16:22.9802196Z    Compiling atomic-waker v1.1.2
2026-06-21T08:16:23.0474068Z    Compiling anyhow v1.0.102
2026-06-21T08:16:23.1191695Z    Compiling const-oid v0.10.2
2026-06-21T08:16:23.1462447Z    Compiling unicode-xid v0.2.6
2026-06-21T08:16:23.1768667Z    Compiling parking_lot_core v0.9.12
2026-06-21T08:16:23.2493805Z    Compiling httparse v1.10.1
2026-06-21T08:16:23.3241697Z    Compiling zerocopy v0.8.50
2026-06-21T08:16:23.3242886Z    Compiling http-body v1.0.1
2026-06-21T08:16:23.3538030Z    Compiling curve25519-dalek v4.1.3
2026-06-21T08:16:23.3973161Z    Compiling hybrid-array v0.4.12
2026-06-21T08:16:23.4345428Z    Compiling ahash v0.8.12
2026-06-21T08:16:23.5237948Z    Compiling either v1.16.0
2026-06-21T08:16:23.5596849Z    Compiling powerfmt v0.2.0
2026-06-21T08:16:23.6579849Z    Compiling base64ct v1.8.3
2026-06-21T08:16:23.7024004Z    Compiling fastrand v2.4.1
2026-06-21T08:16:23.8164614Z    Compiling deranged v0.5.8
2026-06-21T08:16:23.8708695Z    Compiling rand_core v0.6.4
2026-06-21T08:16:23.8902915Z    Compiling try-lock v0.2.5
2026-06-21T08:16:23.9663797Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T08:16:23.9664309Z    Compiling tinyvec_macros v0.1.1
2026-06-21T08:16:24.0007276Z    Compiling num-conv v0.2.2
2026-06-21T08:16:24.0606443Z    Compiling zmij v1.0.21
2026-06-21T08:16:24.0606912Z    Compiling data-encoding v2.11.0
2026-06-21T08:16:24.0815916Z    Compiling vcpkg v0.2.15
2026-06-21T08:16:24.1497359Z    Compiling base64 v0.22.1
2026-06-21T08:16:24.2187987Z    Compiling aws-lc-sys v0.41.0
2026-06-21T08:16:24.2860454Z    Compiling ring v0.17.14
2026-06-21T08:16:24.3147887Z    Compiling pkg-config v0.3.33
2026-06-21T08:16:24.3255005Z    Compiling tower-service v0.3.3
2026-06-21T08:16:24.3703271Z    Compiling time-core v0.1.8
2026-06-21T08:16:24.4417575Z    Compiling parking_lot v0.12.5
2026-06-21T08:16:24.4748454Z    Compiling tinyvec v1.11.0
2026-06-21T08:16:24.5240324Z    Compiling block-buffer v0.12.0
2026-06-21T08:16:24.5587377Z    Compiling crypto-common v0.2.2
2026-06-21T08:16:24.5946915Z    Compiling want v0.3.1
2026-06-21T08:16:24.6125396Z    Compiling sha2 v0.10.9
2026-06-21T08:16:24.7821523Z    Compiling vergen-lib v9.1.0
2026-06-21T08:16:24.8474215Z    Compiling inout v0.1.4
2026-06-21T08:16:24.9839860Z    Compiling n0-future v0.3.2
2026-06-21T08:16:25.0514624Z    Compiling signature v2.2.0
2026-06-21T08:16:25.0877117Z    Compiling parking v2.2.1
2026-06-21T08:16:25.0950836Z    Compiling cordyceps v0.3.4
2026-06-21T08:16:25.1161733Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T08:16:25.1278433Z    Compiling spin v0.10.0
2026-06-21T08:16:25.1654799Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T08:16:25.3100283Z    Compiling serde_json v1.0.150
2026-06-21T08:16:25.3102346Z    Compiling winnow v1.0.3
2026-06-21T08:16:25.3446986Z    Compiling crossbeam-utils v0.8.21
2026-06-21T08:16:25.3848453Z    Compiling httpdate v1.0.3
2026-06-21T08:16:25.4839383Z    Compiling diatomic-waker v0.2.3
2026-06-21T08:16:25.5531138Z    Compiling digest v0.11.3
2026-06-21T08:16:25.6163057Z    Compiling futures-buffered v0.2.13
2026-06-21T08:16:25.6342398Z    Compiling futures-lite v2.6.1
2026-06-21T08:16:25.6748016Z    Compiling ed25519 v2.2.3
2026-06-21T08:16:25.7512617Z    Compiling cipher v0.4.4
2026-06-21T08:16:25.9136796Z    Compiling vergen-lib v0.1.6
2026-06-21T08:16:25.9292225Z    Compiling vergen v9.1.0
2026-06-21T08:16:25.9978791Z    Compiling universal-hash v0.5.1
2026-06-21T08:16:26.0441033Z    Compiling noq-udp v0.10.0
2026-06-21T08:16:26.0519494Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T08:16:26.1979711Z    Compiling heapless v0.7.17
2026-06-21T08:16:26.2088307Z    Compiling sync_wrapper v1.0.2
2026-06-21T08:16:26.2923688Z    Compiling opaque-debug v0.3.1
2026-06-21T08:16:26.3773374Z    Compiling byteorder v1.5.0
2026-06-21T08:16:26.4349040Z    Compiling synstructure v0.13.2
2026-06-21T08:16:26.4683382Z    Compiling darling_core v0.20.11
2026-06-21T08:16:26.4922808Z    Compiling allocator-api2 v0.2.21
2026-06-21T08:16:26.4923364Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T08:16:26.5067118Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T08:16:26.5670776Z    Compiling hash32 v0.2.1
2026-06-21T08:16:26.7408882Z    Compiling polyval v0.6.2
2026-06-21T08:16:26.8294305Z    Compiling socket2 v0.6.4
2026-06-21T08:16:26.8329303Z    Compiling mio v1.2.1
2026-06-21T08:16:26.8710702Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T08:16:26.9794322Z    Compiling spin v0.9.8
2026-06-21T08:16:27.1677943Z    Compiling vergen-gitcl v1.0.8
2026-06-21T08:16:27.2324843Z    Compiling windows-threading v0.2.1
2026-06-21T08:16:27.2449027Z    Compiling ryu v1.0.23
2026-06-21T08:16:27.3386167Z    Compiling tower-layer v0.3.3
2026-06-21T08:16:27.4140825Z    Compiling fallible-iterator v0.3.0
2026-06-21T08:16:27.5013929Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T08:16:27.5139197Z    Compiling signature v3.0.0
2026-06-21T08:16:27.5310193Z    Compiling proc-macro-crate v3.5.0
2026-06-21T08:16:27.6432017Z    Compiling ghash v0.5.1
2026-06-21T08:16:27.6733969Z    Compiling windows-targets v0.52.6
2026-06-21T08:16:27.6927674Z    Compiling ctr v0.9.2
2026-06-21T08:16:27.7808418Z    Compiling aes v0.8.4
2026-06-21T08:16:27.7976491Z    Compiling fs2 v0.4.3
2026-06-21T08:16:27.7976963Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T08:16:27.8791757Z    Compiling time v0.3.47
2026-06-21T08:16:28.0182235Z    Compiling http-body-util v0.1.3
2026-06-21T08:16:28.0995611Z    Compiling aead v0.5.2
2026-06-21T08:16:28.1679731Z    Compiling ipconfig v0.3.4
2026-06-21T08:16:28.2851231Z    Compiling widestring v1.2.1
2026-06-21T08:16:28.2981868Z    Compiling aes-gcm v0.10.3
2026-06-21T08:16:28.3140405Z    Compiling windows-sys v0.59.0
2026-06-21T08:16:28.3386485Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T08:16:28.3750204Z    Compiling crossbeam-channel v0.5.15
2026-06-21T08:16:28.3958500Z    Compiling blake3 v1.8.5
2026-06-21T08:16:28.5344326Z    Compiling windows-registry v0.6.1
2026-06-21T08:16:28.5783397Z    Compiling uuid v1.23.2
2026-06-21T08:16:28.6495578Z    Compiling memoffset v0.6.5
2026-06-21T08:16:28.8150511Z    Compiling netwatch v0.16.0
2026-06-21T08:16:28.8436209Z    Compiling noq v0.18.0
2026-06-21T08:16:28.9645515Z    Compiling acto v0.8.2
2026-06-21T08:16:28.9775489Z    Compiling foldhash v0.2.0
2026-06-21T08:16:29.0065298Z    Compiling rustc-hash v2.1.2
2026-06-21T08:16:29.0121108Z    Compiling ref-cast v1.0.25
2026-06-21T08:16:29.0287612Z    Compiling serde_derive v1.0.228
2026-06-21T08:16:29.1103297Z    Compiling zeroize_derive v1.4.3
2026-06-21T08:16:29.1479380Z    Compiling zerofrom-derive v0.1.7
2026-06-21T08:16:29.1479960Z    Compiling yoke-derive v0.8.2
2026-06-21T08:16:29.1826915Z    Compiling tokio-macros v2.7.0
2026-06-21T08:16:29.1855737Z    Compiling futures-macro v0.3.32
2026-06-21T08:16:29.2089249Z    Compiling zerovec-derive v0.11.3
2026-06-21T08:16:29.2197944Z    Compiling displaydoc v0.2.6
2026-06-21T08:16:29.2662687Z    Compiling tracing-attributes v0.1.31
2026-06-21T08:16:29.5366104Z    Compiling thiserror-impl v2.0.18
2026-06-21T08:16:29.7166329Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T08:16:29.8104137Z    Compiling zeroize v1.8.2
2026-06-21T08:16:30.0352965Z    Compiling tokio v1.52.3
2026-06-21T08:16:30.1035545Z    Compiling rustls-pki-types v1.14.1
2026-06-21T08:16:30.1385451Z    Compiling darling_macro v0.20.11
2026-06-21T08:16:30.1668763Z    Compiling futures-util v0.3.32
2026-06-21T08:16:30.1906829Z    Compiling derive_more-impl v2.1.1
2026-06-21T08:16:30.1936860Z    Compiling windows-interface v0.59.3
2026-06-21T08:16:30.5371146Z    Compiling spez v0.1.2
2026-06-21T08:16:30.6102308Z    Compiling n0-error-macros v0.1.3
2026-06-21T08:16:30.6468940Z    Compiling windows-implement v0.60.2
2026-06-21T08:16:30.6923056Z    Compiling darling v0.20.11
2026-06-21T08:16:30.8866965Z    Compiling zerofrom v0.1.8
2026-06-21T08:16:30.8882984Z    Compiling der v0.8.0-rc.10
2026-06-21T08:16:31.0147386Z    Compiling derive_builder_core v0.20.2
2026-06-21T08:16:31.0506063Z    Compiling pin-project-internal v1.1.13
2026-06-21T08:16:31.0931595Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T08:16:31.1323610Z    Compiling postcard-derive v0.2.2
2026-06-21T08:16:31.1965073Z    Compiling yoke v0.8.3
2026-06-21T08:16:31.5031742Z    Compiling cobs v0.3.0
2026-06-21T08:16:31.5278294Z    Compiling zerovec v0.11.6
2026-06-21T08:16:31.6553397Z    Compiling zerotrie v0.2.4
2026-06-21T08:16:31.6628832Z    Compiling windows-core v0.62.2
2026-06-21T08:16:31.7747860Z    Compiling data-encoding-macro v0.1.20
2026-06-21T08:16:31.9369188Z    Compiling strum_macros v0.28.0
2026-06-21T08:16:32.0330059Z    Compiling n0-error v0.1.3
2026-06-21T08:16:32.1286231Z    Compiling tinystr v0.8.3
2026-06-21T08:16:32.2224145Z    Compiling potential_utf v0.1.5
2026-06-21T08:16:32.2316608Z    Compiling derive_builder_macro v0.20.2
2026-06-21T08:16:32.2408669Z    Compiling spki v0.8.0-rc.4
2026-06-21T08:16:32.2559138Z    Compiling ed25519-dalek v2.2.0
2026-06-21T08:16:32.3663368Z    Compiling icu_locale_core v2.2.0
2026-06-21T08:16:32.4436278Z    Compiling icu_collections v2.2.0
2026-06-21T08:16:32.4633831Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T08:16:32.5139223Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T08:16:32.5371259Z    Compiling pin-project v1.1.13
2026-06-21T08:16:32.6031616Z    Compiling windows-future v0.3.2
2026-06-21T08:16:32.6789509Z    Compiling derive_builder v0.20.2
2026-06-21T08:16:32.6926410Z    Compiling windows-collections v0.3.2
2026-06-21T08:16:32.6946099Z    Compiling windows-numerics v0.3.1
2026-06-21T08:16:32.8061274Z    Compiling async-trait v0.1.89
2026-06-21T08:16:32.8778228Z    Compiling enum-assoc v1.3.0
2026-06-21T08:16:32.9868603Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T08:16:33.2794212Z    Compiling futures-executor v0.3.32
2026-06-21T08:16:33.3391874Z    Compiling windows v0.62.2
2026-06-21T08:16:33.3542014Z    Compiling icu_provider v2.2.0
2026-06-21T08:16:33.4337976Z    Compiling futures v0.3.32
2026-06-21T08:16:33.5270099Z    Compiling num_enum_derive v0.7.6
2026-06-21T08:16:33.5372019Z    Compiling lru-slab v0.1.2
2026-06-21T08:16:33.6008088Z    Compiling xml-rs v0.8.28
2026-06-21T08:16:33.7048101Z    Compiling icu_normalizer v2.2.0
2026-06-21T08:16:33.7125398Z    Compiling icu_properties v2.2.0
2026-06-21T08:16:33.8627243Z    Compiling ipnet v2.12.0
2026-06-21T08:16:34.1286711Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T08:16:34.2859474Z    Compiling once_cell v1.21.4
2026-06-21T08:16:34.3793425Z    Compiling prefix-trie v0.8.4
2026-06-21T08:16:34.5557226Z    Compiling tracing-core v0.1.36
2026-06-21T08:16:34.5743917Z    Compiling tokio-util v0.7.18
2026-06-21T08:16:34.5935459Z    Compiling derive_more v2.1.1
2026-06-21T08:16:34.6258618Z    Compiling postcard v1.1.3
2026-06-21T08:16:34.6982924Z    Compiling tower v0.5.3
2026-06-21T08:16:34.7584396Z    Compiling chrono v0.4.45
2026-06-21T08:16:34.7895491Z    Compiling thiserror v1.0.69
2026-06-21T08:16:34.8821139Z    Compiling hashbrown v0.14.5
2026-06-21T08:16:34.9833677Z    Compiling tracing v0.1.44
2026-06-21T08:16:35.0505053Z    Compiling idna_adapter v1.2.2
2026-06-21T08:16:35.1251097Z    Compiling tagptr v0.2.0
2026-06-21T08:16:35.2124082Z    Compiling idna v1.1.0
2026-06-21T08:16:35.2181327Z    Compiling mac-addr v0.3.0
2026-06-21T08:16:35.2513829Z    Compiling identity-hash v0.1.0
2026-06-21T08:16:35.4043708Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T08:16:35.4711607Z    Compiling h2 v0.4.14
2026-06-21T08:16:35.5130997Z    Compiling url v2.5.8
2026-06-21T08:16:35.5461419Z    Compiling hashlink v0.9.1
2026-06-21T08:16:35.5510210Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T08:16:35.5624818Z    Compiling n0-watcher v0.6.1
2026-06-21T08:16:35.5924814Z    Compiling iroh-metrics v0.38.3
2026-06-21T08:16:35.6426167Z    Compiling netdev v0.42.0
2026-06-21T08:16:35.6427986Z    Compiling tokio-stream v0.1.18
2026-06-21T08:16:35.8376618Z    Compiling rusqlite v0.32.1
2026-06-21T08:16:35.8873275Z    Compiling moka v0.12.15
2026-06-21T08:16:36.0901233Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T08:16:36.1872663Z    Compiling iroh-base v0.98.0
2026-06-21T08:16:36.2524440Z    Compiling attohttpc v0.30.1
2026-06-21T08:16:36.3074950Z    Compiling tower-http v0.6.11
2026-06-21T08:16:36.4758973Z    Compiling num_enum v0.7.6
2026-06-21T08:16:36.4768239Z    Compiling strum v0.28.0
2026-06-21T08:16:36.4852178Z    Compiling iroh-relay v0.98.0
2026-06-21T08:16:36.5644723Z    Compiling xmltree v0.10.3
2026-06-21T08:16:36.7668163Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T08:16:36.7669701Z    Compiling toml_datetime v0.6.11
2026-06-21T08:16:36.8098445Z    Compiling serde_spanned v0.6.9
2026-06-21T08:16:37.0119204Z    Compiling hashbrown v0.16.1
2026-06-21T08:16:37.0231129Z    Compiling thiserror-impl v1.0.69
2026-06-21T08:16:37.0390334Z    Compiling ref-cast-impl v1.0.25
2026-06-21T08:16:37.1355119Z    Compiling serde_derive_internals v0.29.1
2026-06-21T08:16:37.2778353Z    Compiling simple-dns v0.9.3
2026-06-21T08:16:37.6189039Z    Compiling serial-core v0.4.0
2026-06-21T08:16:37.7428849Z    Compiling aho-corasick v1.1.4
2026-06-21T08:16:37.8181942Z    Compiling regex-syntax v0.8.10
2026-06-21T08:16:37.8843349Z    Compiling simdutf8 v0.1.5
2026-06-21T08:16:37.9231796Z    Compiling arrayref v0.3.9
2026-06-21T08:16:38.0308105Z    Compiling winreg v0.10.1
2026-06-21T08:16:38.1162036Z    Compiling smol_str v0.1.24
2026-06-21T08:16:38.1995041Z    Compiling constant_time_eq v0.4.2
2026-06-21T08:16:38.2863623Z    Compiling winnow v0.7.15
2026-06-21T08:16:38.2897434Z    Compiling sha1_smol v1.0.1
2026-06-21T08:16:38.3582056Z    Compiling arrayvec v0.7.6
2026-06-21T08:16:38.4334990Z    Compiling toml_write v0.1.2
2026-06-21T08:16:38.4337104Z    Compiling resolv-conf v0.7.6
2026-06-21T08:16:38.4964235Z    Compiling schemars_derive v1.2.1
2026-06-21T08:16:38.6015809Z    Compiling iroh-dns v0.98.0
2026-06-21T08:16:38.6804641Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T08:16:39.2600888Z    Compiling hyper v1.10.1
2026-06-21T08:16:39.3662662Z    Compiling serial-windows v0.4.0
2026-06-21T08:16:39.4280375Z    Compiling lru v0.16.4
2026-06-21T08:16:39.6046244Z    Compiling webpki-roots v1.0.7
2026-06-21T08:16:39.6299309Z    Compiling seize v0.5.1
2026-06-21T08:16:39.7297501Z    Compiling darling_core v0.23.0
2026-06-21T08:16:39.7747838Z    Compiling hmac v0.12.1
2026-06-21T08:16:39.9381470Z    Compiling regex-automata v0.4.14
2026-06-21T08:16:39.9475033Z    Compiling iroh v0.98.2
2026-06-21T08:16:40.1379266Z    Compiling toml_edit v0.22.27
2026-06-21T08:16:40.2418513Z    Compiling serde_bytes v0.11.19
2026-06-21T08:16:40.3149853Z    Compiling pin-utils v0.1.0
2026-06-21T08:16:40.3192759Z    Compiling utf8parse v0.2.2
2026-06-21T08:16:40.4341215Z    Compiling bitflags v1.3.2
2026-06-21T08:16:40.4495654Z    Compiling dyn-clone v1.0.20
2026-06-21T08:16:40.4729153Z    Compiling anstyle v1.0.14
2026-06-21T08:16:40.5562617Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T08:16:40.5621210Z    Compiling cmov v0.5.4
2026-06-21T08:16:40.5704431Z    Compiling lazy_static v1.5.0
2026-06-21T08:16:40.6401523Z    Compiling hyper-util v0.1.20
2026-06-21T08:16:40.6850407Z    Compiling shared_library v0.1.9
2026-06-21T08:16:40.7119077Z    Compiling anstyle-wincon v3.0.11
2026-06-21T08:16:40.7507942Z    Compiling schemars v1.2.1
2026-06-21T08:16:40.8255967Z    Compiling ctutils v0.4.2
2026-06-21T08:16:41.0542372Z    Compiling nix v0.25.1
2026-06-21T08:16:41.0719884Z    Compiling anstyle-parse v1.0.0
2026-06-21T08:16:41.1564265Z    Compiling hkdf v0.12.4
2026-06-21T08:16:41.1886558Z    Compiling papaya v0.2.4
2026-06-21T08:16:41.2938067Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T08:16:41.3075759Z    Compiling serial v0.4.0
2026-06-21T08:16:41.4155358Z    Compiling filedescriptor v0.8.3
2026-06-21T08:16:41.4473206Z    Compiling backon v1.6.0
2026-06-21T08:16:41.6633827Z    Compiling anstyle-query v1.1.5
2026-06-21T08:16:41.6937350Z    Compiling paste v1.0.15
2026-06-21T08:16:41.7141168Z    Compiling downcast-rs v1.2.1
2026-06-21T08:16:41.7955231Z    Compiling shell-words v1.1.1
2026-06-21T08:16:41.8190871Z    Compiling foldhash v0.1.5
2026-06-21T08:16:41.8474239Z    Compiling instability v0.3.12
2026-06-21T08:16:41.8801951Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T08:16:42.0253505Z    Compiling igd-next v0.17.1
2026-06-21T08:16:42.0298960Z    Compiling colorchoice v1.0.5
2026-06-21T08:16:42.0395534Z    Compiling hashbrown v0.15.5
2026-06-21T08:16:42.0478775Z    Compiling portable-pty v0.8.1
2026-06-21T08:16:42.1492623Z    Compiling regex v1.12.3
2026-06-21T08:16:42.1739317Z    Compiling toml v0.8.23
2026-06-21T08:16:42.2283540Z    Compiling anstream v1.0.0
2026-06-21T08:16:42.3322772Z    Compiling spake2 v0.4.0
2026-06-21T08:16:42.7035775Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T08:16:42.7114931Z    Compiling strum_macros v0.26.4
2026-06-21T08:16:42.7378823Z    Compiling terminal_size v0.4.4
2026-06-21T08:16:42.7838561Z    Compiling crossterm_winapi v0.9.1
2026-06-21T08:16:42.9189708Z    Compiling itertools v0.13.0
2026-06-21T08:16:43.1022982Z    Compiling sha1 v0.10.6
2026-06-21T08:16:43.1627307Z    Compiling darling_macro v0.23.0
2026-06-21T08:16:43.2106863Z    Compiling castaway v0.2.4
2026-06-21T08:16:43.2119702Z    Compiling wmi v0.18.4
2026-06-21T08:16:43.3282462Z    Compiling unicode-width v0.1.14
2026-06-21T08:16:43.3803214Z    Compiling recvmsg v1.0.0
2026-06-21T08:16:43.3895158Z    Compiling static_assertions v1.1.0
2026-06-21T08:16:43.4822851Z    Compiling doctest-file v1.1.1
2026-06-21T08:16:43.5698867Z    Compiling indoc v2.0.7
2026-06-21T08:16:43.6250410Z    Compiling darling v0.23.0
2026-06-21T08:16:43.6578004Z    Compiling clap_lex v1.1.0
2026-06-21T08:16:43.7794686Z    Compiling compact_str v0.8.2
2026-06-21T08:16:43.9303822Z    Compiling clap_builder v4.6.0
2026-06-21T08:16:44.1432221Z    Compiling interprocess v2.4.2
2026-06-21T08:16:44.6682638Z    Compiling unicode-truncate v1.1.0
2026-06-21T08:16:44.7050799Z    Compiling crossterm v0.28.1
2026-06-21T08:16:44.8667204Z    Compiling lru v0.12.5
2026-06-21T08:16:45.1216847Z    Compiling portmapper v0.16.0
2026-06-21T08:16:45.1299820Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T08:16:45.1905267Z    Compiling strum v0.26.3
2026-06-21T08:16:45.4415276Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T08:16:45.6969835Z    Compiling clap_derive v4.6.1
2026-06-21T08:16:45.7203565Z    Compiling unicode-width v0.2.0
2026-06-21T08:16:45.7585707Z    Compiling error-code v3.3.2
2026-06-21T08:16:46.0096980Z    Compiling cassowary v0.3.0
2026-06-21T08:16:46.0859883Z    Compiling clipboard-win v5.4.1
2026-06-21T08:16:46.2912642Z    Compiling ratatui v0.29.0
2026-06-21T08:16:46.4154366Z    Compiling nucleo-matcher v0.3.1
2026-06-21T08:16:46.6418219Z    Compiling qrcode v0.14.1
2026-06-21T08:16:46.8118517Z    Compiling tempfile v3.27.0
2026-06-21T08:16:48.0216973Z    Compiling clap v4.6.1
2026-06-21T08:16:59.4848527Z    Compiling rustls-webpki v0.103.13
2026-06-21T08:17:02.7998710Z    Compiling tokio-rustls v0.26.4
2026-06-21T08:17:02.7999063Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T08:17:02.7999350Z    Compiling noq-proto v0.17.0
2026-06-21T08:17:02.9528615Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T08:17:02.9529127Z    Compiling hyper-rustls v0.27.9
2026-06-21T08:17:02.9529862Z    Compiling tokio-websockets v0.13.2
2026-06-21T08:17:03.1322136Z    Compiling reqwest v0.13.4
2026-06-21T08:17:04.0632126Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T08:17:20.3497699Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T08:17:21.6556630Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T08:17:30.1638343Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T08:17:36.8912264Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
2026-06-21T08:17:36.9131859Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-21T08:17:36.9622413Z 
2026-06-21T08:17:36.9622732Z running 1 test
2026-06-21T08:17:44.1103225Z test new_brain_serves_against_old_broker ... ok
2026-06-21T08:17:44.1103472Z 
2026-06-21T08:17:44.1103700Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.15s
2026-06-21T08:17:44.1104037Z 
